home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Requesting a new frame shape
- Sent: 6/12/96 3:08 PM
- Received: 6/12/96 3:21 PM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >I added the code to update the active shape and it still didn't work. I
- >then dug around in the FW code and found the method
- >FW_CFrame::RequestFrameShape(), I tried using it instead and now everything
- >works fine : )
- >
- >-Neal
-
- I didn't know you were using ODF. Looking at the code you sent it looked
- like your were not using it. Sorry, I would have told you about
- FW_CFame::RequestFrameShape.
-
- Note: instead of calling ODShape::Release you should look at using
- FW_CAcquiredODShape it is much safer with exception.
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-